home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / psigpend.txt < prev    next >
Text File  |  1992-03-24  |  806b  |  64 lines

  1. Psigpending(2)            Oct. 1, 1991             Psigpending(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Psigpending - determine which signals have been sent but not
  7.      delivered
  8.  
  9. SYNOPSIS
  10.      LONG Psigpending();
  11.  
  12. DESCRIPTION
  13.      Psigpending returns a bit mask containing the  signals  that
  14.      have  been sent to the calling process but not yet delivered
  15.      (probably because they have  blocked,  either  directly  via
  16.      Psigblock  or  Psigsetmask,  or indirectly because of signal
  17.      handling.
  18.  
  19. RETURNS
  20.      Bit n of the returned value is set if (and only  if)  signal
  21.      number n is pending.
  22.  
  23. SEE ALSO
  24.      Psigblock(2), Psignal(2), Psigsetmask(2)
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.